home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 April: Mac OS SDK / Dev.CD Apr 97 SDK1.toast / Development Kits (Disc 1) / Interfaces&Libraries / Interfaces / PInterfaces / AERegistry.p < prev    next >
Encoding:
Text File  |  1995-07-06  |  21.8 KB  |  555 lines  |  [TEXT/MPS ]

  1. {
  2.      File:        AERegistry.p
  3.  
  4.      Contains:    AppleEvents Registry Interface.
  5.  
  6.      Version:    Technology:    System 7.5
  7.                  Package:    Universal Interfaces 2.1 in “MPW Latest” on ETO #18
  8.  
  9.      Copyright:    © 1984-1995 by Apple Computer, Inc.
  10.                  All rights reserved.
  11.  
  12.      Bugs?:        If you find a problem with this file, use the Apple Bug Reporter
  13.                  stack.  Include the file and version information (from above)
  14.                  in the problem description and send to:
  15.                      Internet:    apple.bugs@applelink.apple.com
  16.                      AppleLink:    APPLE.BUGS
  17.  
  18. }
  19.  
  20. {$IFC UNDEFINED UsingIncludes}
  21. {$SETC UsingIncludes := 0}
  22. {$ENDC}
  23.  
  24. {$IFC NOT UsingIncludes}
  25.  UNIT AERegistry;
  26.  INTERFACE
  27. {$ENDC}
  28.  
  29. {$IFC UNDEFINED __AEREGISTRY__}
  30. {$SETC __AEREGISTRY__ := 1}
  31.  
  32. {$I+}
  33. {$SETC AERegistryIncludes := UsingIncludes}
  34. {$SETC UsingIncludes := 1}
  35.  
  36.  
  37. {$IFC UNDEFINED __TYPES__}
  38. {$I Types.p}
  39. {$ENDC}
  40. {    ConditionalMacros.p                                            }
  41.  
  42. {$IFC UNDEFINED __ERRORS__}
  43. {$I Errors.p}
  44. {$ENDC}
  45.  
  46. {$IFC UNDEFINED __APPLEEVENTS__}
  47. {$I AppleEvents.p}
  48. {$ENDC}
  49. {    Memory.p                                                    }
  50. {        MixedMode.p                                                }
  51. {    OSUtils.p                                                    }
  52. {    Events.p                                                    }
  53. {        Quickdraw.p                                                }
  54. {            QuickdrawText.p                                        }
  55. {    EPPC.p                                                        }
  56. {        AppleTalk.p                                                }
  57. {        Files.p                                                    }
  58. {            Finder.p                                            }
  59. {        PPCToolbox.p                                            }
  60. {        Processes.p                                                }
  61. {    Notification.p                                                }
  62.  
  63. {$PUSH}
  64. {$ALIGN MAC68K}
  65. {$LibExport+}
  66.  
  67. CONST
  68.     cAEList                        = 'list';                        {  0x6c697374  }
  69.     cApplication                = 'capp';                        {  0x63617070  }
  70.     cArc                        = 'carc';                        {  0x63617263  }
  71.     cBoolean                    = 'bool';                        {  0x626f6f6c  }
  72.     cCell                        = 'ccel';                        {  0x6363656c  }
  73.     cChar                        = 'cha ';                        {  0x63686120  }
  74.     cColorTable                    = 'clrt';                        {  0x636c7274  }
  75.     cColumn                        = 'ccol';                        {  0x63636f6c  }
  76.     cDocument                    = 'docu';                        {  0x646f6375  }
  77.     cDrawingArea                = 'cdrw';                        {  0x63647277  }
  78.     cEnumeration                = 'enum';                        {  0x656e756d  }
  79.     cFile                        = 'file';                        {  0x66696c65  }
  80.     cFixed                        = 'fixd';                        {  0x66697864  }
  81.     cFixedPoint                    = 'fpnt';                        {  0x66706e74  }
  82.     cFixedRectangle                = 'frct';                        {  0x66726374  }
  83.     cGraphicLine                = 'glin';                        {  0x676c696e  }
  84.     cGraphicObject                = 'cgob';                        {  0x63676f62  }
  85.     cGraphicShape                = 'cgsh';                        {  0x63677368  }
  86.     cGraphicText                = 'cgtx';                        {  0x63677478  }
  87.     cGroupedGraphic                = 'cpic';
  88.  
  89.     cInsertionLoc                = 'insl';                        {  0x696e736c  }
  90.     cInsertionPoint                = 'cins';                        {  0x63696e73  }
  91.     cIntlText                    = 'itxt';                        {  0x69747874  }
  92.     cIntlWritingCode            = 'intl';                        {  0x696e746c  }
  93.     cItem                        = 'citm';                        {  0x6369746d  }
  94.     cLine                        = 'clin';                        {  0x636c696e  }
  95.     cLongDateTime                = 'ldt ';                        {  0x6c647420  }
  96.     cLongFixed                    = 'lfxd';                        {  0x6c667864  }
  97.     cLongFixedPoint                = 'lfpt';                        {  0x6c667074  }
  98.     cLongFixedRectangle            = 'lfrc';                        {  0x6c667263  }
  99.     cLongInteger                = 'long';                        {  0x6c6f6e67  }
  100.     cLongPoint                    = 'lpnt';                        {  0x6c706e74  }
  101.     cLongRectangle                = 'lrct';                        {  0x6c726374  }
  102.     cMachineLoc                    = 'mLoc';                        {  0x6d4c6f63  }
  103.     cMenu                        = 'cmnu';                        {  0x636d6e75  }
  104.     cMenuItem                    = 'cmen';                        {  0x636d656e  }
  105.     cObject                        = 'cobj';                        {  0x636f626a  }
  106.     cObjectSpecifier            = 'obj ';                        {  0x6f626a20  }
  107.     cOpenableObject                = 'coob';                        {  0x636f6f62  }
  108.     cOval                        = 'covl';
  109.  
  110.     cParagraph                    = 'cpar';                        {  0x63706172  }
  111.     cPICT                        = 'PICT';                        {  0x50494354  }
  112.     cPixel                        = 'cpxl';                        {  0x6370786c  }
  113.     cPixelMap                    = 'cpix';                        {  0x63706978  }
  114.     cPolygon                    = 'cpgn';                        {  0x6370676e  }
  115.     cProperty                    = 'prop';                        {  0x70726f70  }
  116.     cQDPoint                    = 'QDpt';                        {  0x51447074  }
  117.     cQDRectangle                = 'qdrt';                        {  0x71647274  }
  118.     cRectangle                    = 'crec';                        {  0x63726563  }
  119.     cRGBColor                    = 'cRGB';                        {  0x63524742  }
  120.     cRotation                    = 'trot';                        {  0x74726f74  }
  121.     cRoundedRectangle            = 'crrc';                        {  0x63727263  }
  122.     cRow                        = 'crow';                        {  0x63726f77  }
  123.     cSelection                    = 'csel';                        {  0x6373656c  }
  124.     cShortInteger                = 'shor';                        {  0x73686f72  }
  125.     cTable                        = 'ctbl';                        {  0x6374626c  }
  126.     cText                        = 'ctxt';                        {  0x63747874  }
  127.     cTextFlow                    = 'cflo';                        {  0x63666c6f  }
  128.     cTextStyles                    = 'tsty';                        {  0x74737479  }
  129.     cType                        = 'type';
  130.  
  131.     cVersion                    = 'vers';                        {  0x76657273  }
  132.     cWindow                        = 'cwin';                        {  0x6377696e  }
  133.     cWord                        = 'cwor';                        {  0x63776f72  }
  134.     enumArrows                    = 'arro';                        {  0x6172726f  }
  135.     enumJustification            = 'just';                        {  0x6a757374  }
  136.     enumKeyForm                    = 'kfrm';                        {  0x6b66726d  }
  137.     enumPosition                = 'posi';                        {  0x706f7369  }
  138.     enumProtection                = 'prtn';                        {  0x7072746e  }
  139.     enumQuality                    = 'qual';                        {  0x7175616c  }
  140.     enumSaveOptions                = 'savo';                        {  0x7361766f  }
  141.     enumStyle                    = 'styl';                        {  0x7374796c  }
  142.     enumTransferMode            = 'tran';                        {  0x7472616e  }
  143.     formUniqueID                = 'ID  ';                        {  0x49442020  }
  144.     kAEAbout                    = 'abou';                        {  0x61626f75  }
  145.     kAEAfter                    = 'afte';                        {  0x61667465  }
  146.     kAEAliasSelection            = 'sali';                        {  0x73616c69  }
  147.     kAEAllCaps                    = 'alcp';                        {  0x616c6370  }
  148.     kAEArrowAtEnd                = 'aren';                        {  0x6172656e  }
  149.     kAEArrowAtStart                = 'arst';                        {  0x61727374  }
  150.     kAEArrowBothEnds            = 'arbo';
  151.  
  152.     kAEAsk                        = 'ask ';                        {  0x61736b20  }
  153.     kAEBefore                    = 'befo';                        {  0x6265666f  }
  154.     kAEBeginning                = 'bgng';                        {  0x62676e67  }
  155.     kAEBeginsWith                = 'bgwt';                        {  0x62677774  }
  156.     kAEBeginTransaction            = 'begi';                        {  0x62656769  }
  157.     kAEBold                        = 'bold';                        {  0x626f6c64  }
  158.     kAECaseSensEquals            = 'cseq';                        {  0x63736571  }
  159.     kAECentered                    = 'cent';                        {  0x63656e74  }
  160.     kAEChangeView                = 'view';                        {  0x76696577  }
  161.     kAEClone                    = 'clon';                        {  0x636c6f6e  }
  162.     kAEClose                    = 'clos';                        {  0x636c6f73  }
  163.     kAECondensed                = 'cond';                        {  0x636f6e64  }
  164.     kAEContains                    = 'cont';                        {  0x636f6e74  }
  165.     kAECopy                        = 'copy';                        {  0x636f7079  }
  166.     kAECoreSuite                = 'core';                        {  0x636f7265  }
  167.     kAECountElements            = 'cnte';                        {  0x636e7465  }
  168.     kAECreateElement            = 'crel';                        {  0x6372656c  }
  169.     kAECreatePublisher            = 'cpub';                        {  0x63707562  }
  170.     kAECut                        = 'cut ';                        {  0x63757420  }
  171.     kAEDelete                    = 'delo';
  172.  
  173.     kAEDoObjectsExist            = 'doex';                        {  0x646f6578  }
  174.     kAEDoScript                    = 'dosc';                        {  0x646f7363  }
  175.     kAEDrag                        = 'drag';                        {  0x64726167  }
  176.     kAEDuplicateSelection        = 'sdup';                        {  0x73647570  }
  177.     kAEEditGraphic                = 'edit';                        {  0x65646974  }
  178.     kAEEmptyTrash                = 'empt';                        {  0x656d7074  }
  179.     kAEEnd                        = 'end ';                        {  0x656e6420  }
  180.     kAEEndsWith                    = 'ends';                        {  0x656e6473  }
  181.     kAEEndTransaction            = 'endt';                        {  0x656e6474  }
  182.     kAEEquals                    = '=   ';                        {  0x3d202020  }
  183.     kAEExpanded                    = 'pexp';                        {  0x70657870  }
  184.     kAEFast                        = 'fast';                        {  0x66617374  }
  185.     kAEFinderEvents                = 'FNDR';                        {  0x464e4452  }
  186.     kAEFormulaProtect            = 'fpro';                        {  0x6670726f  }
  187.     kAEFullyJustified            = 'full';                        {  0x66756c6c  }
  188.     kAEGetClassInfo                = 'qobj';                        {  0x716f626a  }
  189.     kAEGetData                    = 'getd';                        {  0x67657464  }
  190.     kAEGetDataSize                = 'dsiz';                        {  0x6473697a  }
  191.     kAEGetEventInfo                = 'gtei';                        {  0x67746569  }
  192.     kAEGetInfoSelection            = 'sinf';
  193.  
  194.     kAEGetPrivilegeSelection    = 'sprv';                        {  0x73707276  }
  195.     kAEGetSuiteInfo                = 'gtsi';                        {  0x67747369  }
  196.     kAEGreaterThan                = '>   ';                        {  0x3e202020  }
  197.     kAEGreaterThanEquals        = '>=  ';                        {  0x3e3d2020  }
  198.     kAEGrow                        = 'grow';                        {  0x67726f77  }
  199.     kAEHidden                    = 'hidn';                        {  0x6869646e  }
  200.     kAEHiQuality                = 'hiqu';                        {  0x68697175  }
  201.     kAEImageGraphic                = 'imgr';                        {  0x696d6772  }
  202.     kAEIsUniform                = 'isun';                        {  0x6973756e  }
  203.     kAEItalic                    = 'ital';                        {  0x6974616c  }
  204.     kAELeftJustified            = 'left';                        {  0x6c656674  }
  205.     kAELessThan                    = '<   ';                        {  0x3c202020  }
  206.     kAELessThanEquals            = '<=  ';                        {  0x3c3d2020  }
  207.     kAELowercase                = 'lowc';                        {  0x6c6f7763  }
  208.     kAEMakeObjectsVisible        = 'mvis';                        {  0x6d766973  }
  209.     kAEMiscStandards            = 'misc';                        {  0x6d697363  }
  210.     kAEModifiable                = 'modf';                        {  0x6d6f6466  }
  211.     kAEMove                        = 'move';                        {  0x6d6f7665  }
  212.     kAENo                        = 'no  ';                        {  0x6e6f2020  }
  213.     kAENoArrow                    = 'arno';
  214.  
  215.     kAENonmodifiable            = 'nmod';                        {  0x6e6d6f64  }
  216.     kAEOpen                        = 'odoc';                        {  0x6f646f63  }
  217.     kAEOpenSelection            = 'sope';                        {  0x736f7065  }
  218.     kAEOutline                    = 'outl';                        {  0x6f75746c  }
  219.     kAEPageSetup                = 'pgsu';                        {  0x70677375  }
  220.     kAEPaste                    = 'past';                        {  0x70617374  }
  221.     kAEPlain                    = 'plan';                        {  0x706c616e  }
  222.     kAEPrint                    = 'pdoc';                        {  0x70646f63  }
  223.     kAEPrintSelection            = 'spri';                        {  0x73707269  }
  224.     kAEPrintWindow                = 'pwin';                        {  0x7077696e  }
  225.     kAEPutAwaySelection            = 'sput';                        {  0x73707574  }
  226.     kAEQDAddOver                = 'addo';                        {  0x6164646f  }
  227.     kAEQDAddPin                    = 'addp';                        {  0x61646470  }
  228.     kAEQDAdMax                    = 'admx';                        {  0x61646d78  }
  229.     kAEQDAdMin                    = 'admn';                        {  0x61646d6e  }
  230.     kAEQDBic                    = 'bic ';                        {  0x62696320  }
  231.     kAEQDBlend                    = 'blnd';                        {  0x626c6e64  }
  232.     kAEQDCopy                    = 'cpy ';                        {  0x63707920  }
  233.     kAEQDNotBic                    = 'nbic';                        {  0x6e626963  }
  234.     kAEQDNotCopy                = 'ncpy';
  235.  
  236.     kAEQDNotOr                    = 'ntor';                        {  0x6e746f72  }
  237.     kAEQDNotXor                    = 'nxor';                        {  0x6e786f72  }
  238.     kAEQDOr                        = 'or  ';                        {  0x6f722020  }
  239.     kAEQDSubOver                = 'subo';                        {  0x7375626f  }
  240.     kAEQDSubPin                    = 'subp';                        {  0x73756270  }
  241.     kAEQDSupplementalSuite        = 'qdsp';                        {  0x71647370  }
  242.     kAEQDXor                    = 'xor ';                        {  0x786f7220  }
  243.     kAEQuickdrawSuite            = 'qdrw';                        {  0x71647277  }
  244.     kAEQuitAll                    = 'quia';                        {  0x71756961  }
  245.     kAERedo                        = 'redo';                        {  0x7265646f  }
  246.     kAERegular                    = 'regl';                        {  0x7265676c  }
  247.     kAEReplace                    = 'rplc';                        {  0x72706c63  }
  248.     kAERequiredSuite            = 'reqd';                        {  0x72657164  }
  249.     kAERestart                    = 'rest';                        {  0x72657374  }
  250.     kAERevealSelection            = 'srev';                        {  0x73726576  }
  251.     kAERevert                    = 'rvrt';                        {  0x72767274  }
  252.     kAERightJustified            = 'rght';                        {  0x72676874  }
  253.     kAESave                        = 'save';                        {  0x73617665  }
  254.     kAESelect                    = 'slct';                        {  0x736c6374  }
  255.     kAESetData                    = 'setd';
  256.  
  257.     kAESetPosition                = 'posn';                        {  0x706f736e  }
  258.     kAEShadow                    = 'shad';                        {  0x73686164  }
  259.     kAEShowClipboard            = 'shcl';                        {  0x7368636c  }
  260.     kAEShutDown                    = 'shut';                        {  0x73687574  }
  261.     kAESleep                    = 'slep';                        {  0x736c6570  }
  262.     kAESmallCaps                = 'smcp';                        {  0x736d6370  }
  263.     kAESpecialClassProperties    = 'c@#!';                        {  0x63402321  }
  264.     kAEStrikethrough            = 'strk';                        {  0x7374726b  }
  265.     kAESubscript                = 'sbsc';                        {  0x73627363  }
  266.     kAESuperscript                = 'spsc';                        {  0x73707363  }
  267.     kAETableSuite                = 'tbls';                        {  0x74626c73  }
  268.     kAETextSuite                = 'TEXT';                        {  0x54455854  }
  269.     kAETransactionTerminated    = 'ttrm';                        {  0x7474726d  }
  270.     kAEUnderline                = 'undl';                        {  0x756e646c  }
  271.     kAEUndo                        = 'undo';                        {  0x756e646f  }
  272.     kAEWholeWordEquals            = 'wweq';                        {  0x77776571  }
  273.     kAEYes                        = 'yes ';                        {  0x79657320  }
  274.     kAEZoom                        = 'zoom';                        {  0x7a6f6f6d  }
  275.     keyAEAngle                    = 'kang';                        {  0x6b616e67  }
  276.     keyAEArcAngle                = 'parc';
  277.  
  278.     keyAEBaseAddr                = 'badd';                        {  0x62616464  }
  279.     keyAEBestType                = 'pbst';                        {  0x70627374  }
  280.     keyAEBgndColor                = 'kbcl';                        {  0x6b62636c  }
  281.     keyAEBgndPattern            = 'kbpt';                        {  0x6b627074  }
  282.     keyAEBounds                    = 'pbnd';                        {  0x70626e64  }
  283.     keyAECellList                = 'kclt';                        {  0x6b636c74  }
  284.     keyAEClassID                = 'clID';                        {  0x636c4944  }
  285.     keyAEColor                    = 'colr';                        {  0x636f6c72  }
  286.     keyAEColorTable                = 'cltb';                        {  0x636c7462  }
  287.     keyAECurveHeight            = 'kchd';                        {  0x6b636864  }
  288.     keyAECurveWidth                = 'kcwd';                        {  0x6b637764  }
  289.     keyAEDashStyle                = 'pdst';                        {  0x70647374  }
  290.     keyAEData                    = 'data';                        {  0x64617461  }
  291.     keyAEDefaultType            = 'deft';                        {  0x64656674  }
  292.     keyAEDefinitionRect            = 'pdrt';                        {  0x70647274  }
  293.     keyAEDescType                = 'dstp';                        {  0x64737470  }
  294.     keyAEDestination            = 'dest';                        {  0x64657374  }
  295.     keyAEDoAntiAlias            = 'anta';                        {  0x616e7461  }
  296.     keyAEDoDithered                = 'gdit';                        {  0x67646974  }
  297.     keyAEDoRotate                = 'kdrt';
  298.  
  299.     keyAEDoScale                = 'ksca';                        {  0x6b736361  }
  300.     keyAEDoTranslate            = 'ktra';                        {  0x6b747261  }
  301.     keyAEEditionFileLoc            = 'eloc';                        {  0x656c6f63  }
  302.     keyAEElements                = 'elms';                        {  0x656c6d73  }
  303.     keyAEEndPoint                = 'pend';                        {  0x70656e64  }
  304.     keyAEEventClass                = 'evcl';                        {  0x6576636c  }
  305.     keyAEEventID                = 'evti';                        {  0x65767469  }
  306.     keyAEFile                    = 'kfil';                        {  0x6b66696c  }
  307.     keyAEFileType                = 'fltp';                        {  0x666c7470  }
  308.     keyAEFillColor                = 'flcl';                        {  0x666c636c  }
  309.     keyAEFillPattern            = 'flpt';                        {  0x666c7074  }
  310.     keyAEFlipHorizontal            = 'kfho';                        {  0x6b66686f  }
  311.     keyAEFlipVertical            = 'kfvt';                        {  0x6b667674  }
  312.     keyAEFont                    = 'font';                        {  0x666f6e74  }
  313.     keyAEFormula                = 'pfor';                        {  0x70666f72  }
  314.     keyAEGraphicObjects            = 'gobs';                        {  0x676f6273  }
  315.     keyAEID                        = 'ID  ';                        {  0x49442020  }
  316.     keyAEImageQuality            = 'gqua';                        {  0x67717561  }
  317.     keyAEInsertHere                = 'insh';                        {  0x696e7368  }
  318.     keyAEKeyForms                = 'keyf';
  319.  
  320.     keyAEKeyword                = 'kywd';                        {  0x6b797764  }
  321.     keyAELevel                    = 'levl';                        {  0x6c65766c  }
  322.     keyAELineArrow                = 'arro';                        {  0x6172726f  }
  323.     keyAEName                    = 'pnam';                        {  0x706e616d  }
  324.     keyAENewElementLoc            = 'pnel';                        {  0x706e656c  }
  325.     keyAEObject                    = 'kobj';                        {  0x6b6f626a  }
  326.     keyAEObjectClass            = 'kocl';                        {  0x6b6f636c  }
  327.     keyAEOffStyles                = 'ofst';                        {  0x6f667374  }
  328.     keyAEOnStyles                = 'onst';                        {  0x6f6e7374  }
  329.     keyAEParameters                = 'prms';                        {  0x70726d73  }
  330.     keyAEParamFlags                = 'pmfg';                        {  0x706d6667  }
  331.     keyAEPenColor                = 'ppcl';                        {  0x7070636c  }
  332.     keyAEPenPattern                = 'pppa';                        {  0x70707061  }
  333.     keyAEPenWidth                = 'ppwd';                        {  0x70707764  }
  334.     keyAEPixelDepth                = 'pdpt';                        {  0x70647074  }
  335.     keyAEPixMapMinus            = 'kpmm';                        {  0x6b706d6d  }
  336.     keyAEPMTable                = 'kpmt';                        {  0x6b706d74  }
  337.     keyAEPointList                = 'ptlt';                        {  0x70746c74  }
  338.     keyAEPointSize                = 'ptsz';                        {  0x7074737a  }
  339.     keyAEPosition                = 'kpos';
  340.  
  341.     keyAEPropData                = 'prdt';                        {  0x70726474  }
  342.     keyAEProperties                = 'qpro';                        {  0x7170726f  }
  343.     keyAEProperty                = 'kprp';                        {  0x6b707270  }
  344.     keyAEPropFlags                = 'prfg';                        {  0x70726667  }
  345.     keyAEPropID                    = 'prop';                        {  0x70726f70  }
  346.     keyAEProtection                = 'ppro';                        {  0x7070726f  }
  347.     keyAERenderAs                = 'kren';                        {  0x6b72656e  }
  348.     keyAERequestedType            = 'rtyp';                        {  0x72747970  }
  349.     keyAEResult                    = '----';                        {  0x2d2d2d2d  }
  350.     keyAEResultInfo                = 'rsin';                        {  0x7273696e  }
  351.     keyAERotation                = 'prot';                        {  0x70726f74  }
  352.     keyAERotPoint                = 'krtp';                        {  0x6b727470  }
  353.     keyAERowList                = 'krls';                        {  0x6b726c73  }
  354.     keyAESaveOptions            = 'savo';                        {  0x7361766f  }
  355.     keyAEScale                    = 'pscl';                        {  0x7073636c  }
  356.     keyAEScriptTag                = 'psct';                        {  0x70736374  }
  357.     keyAEShowWhere                = 'show';                        {  0x73686f77  }
  358.     keyAEStartAngle                = 'pang';                        {  0x70616e67  }
  359.     keyAEStartPoint                = 'pstp';                        {  0x70737470  }
  360.     keyAEStyles                    = 'ksty';
  361.  
  362.     keyAESuiteID                = 'suit';                        {  0x73756974  }
  363.     keyAEText                    = 'ktxt';                        {  0x6b747874  }
  364.     keyAETextColor                = 'ptxc';                        {  0x70747863  }
  365.     keyAETextFont                = 'ptxf';                        {  0x70747866  }
  366.     keyAETextPointSize            = 'ptps';                        {  0x70747073  }
  367.     keyAETextStyles                = 'txst';                        {  0x74787374  }
  368.     keyAETheText                = 'thtx';                        {  0x74687478  }
  369.     keyAETransferMode            = 'pptm';                        {  0x7070746d  }
  370.     keyAETranslation            = 'ptrs';                        {  0x70747273  }
  371.     keyAETryAsStructGraf        = 'toog';                        {  0x746f6f67  }
  372.     keyAEUniformStyles            = 'ustl';                        {  0x7573746c  }
  373.     keyAEUpdateOn                = 'pupd';                        {  0x70757064  }
  374.     keyAEUserTerm                = 'utrm';                        {  0x7574726d  }
  375.     keyAEWindow                    = 'wndw';                        {  0x776e6477  }
  376.     keyAEWritingCode            = 'wrcd';                        {  0x77726364  }
  377.     keyAETSMScriptTag            = 'sclg';
  378.     keyAETSMTextFont            = 'ktxf';
  379.     keyAETSMTextPointSize        = 'ktps';
  380.     keyMiscellaneous            = 'fmsc';
  381.  
  382.     keySelection                = 'fsel';                        {  0x6673656c  }
  383.     keyWindow                    = 'kwnd';
  384.  
  385.     pArcAngle                    = 'parc';                        {  0x70617263  }
  386.     pBackgroundColor            = 'pbcl';                        {  0x7062636c  }
  387.     pBackgroundPattern            = 'pbpt';                        {  0x70627074  }
  388.     pBestType                    = 'pbst';                        {  0x70627374  }
  389.     pBounds                        = 'pbnd';                        {  0x70626e64  }
  390.     pClass                        = 'pcls';                        {  0x70636c73  }
  391.     pClipboard                    = 'pcli';                        {  0x70636c69  }
  392.     pColor                        = 'colr';                        {  0x636f6c72  }
  393.     pColorTable                    = 'cltb';                        {  0x636c7462  }
  394.     pContents                    = 'pcnt';                        {  0x70636e74  }
  395.     pCornerCurveHeight            = 'pchd';                        {  0x70636864  }
  396.     pCornerCurveWidth            = 'pcwd';                        {  0x70637764  }
  397.     pDashStyle                    = 'pdst';                        {  0x70647374  }
  398.     pDefaultType                = 'deft';                        {  0x64656674  }
  399.     pDefinitionRect                = 'pdrt';                        {  0x70647274  }
  400.     pEnabled                    = 'enbl';                        {  0x656e626c  }
  401.     pEndPoint                    = 'pend';                        {  0x70656e64  }
  402.     pFillColor                    = 'flcl';                        {  0x666c636c  }
  403.     pFillPattern                = 'flpt';                        {  0x666c7074  }
  404.     pFont                        = 'font';
  405.  
  406.     pFormula                    = 'pfor';                        {  0x70666f72  }
  407.     pGraphicObjects                = 'gobs';                        {  0x676f6273  }
  408.     pHasCloseBox                = 'hclb';                        {  0x68636c62  }
  409.     pHasTitleBar                = 'ptit';                        {  0x70746974  }
  410.     pID                            = 'ID  ';                        {  0x49442020  }
  411.     pIndex                        = 'pidx';                        {  0x70696478  }
  412.     pInsertionLoc                = 'pins';                        {  0x70696e73  }
  413.     pIsFloating                    = 'isfl';                        {  0x6973666c  }
  414.     pIsFrontProcess                = 'pisf';                        {  0x70697366  }
  415.     pIsModal                    = 'pmod';                        {  0x706d6f64  }
  416.     pIsModified                    = 'imod';                        {  0x696d6f64  }
  417.     pIsResizable                = 'prsz';                        {  0x7072737a  }
  418.     pIsStationeryPad            = 'pspd';                        {  0x70737064  }
  419.     pIsZoomable                    = 'iszm';                        {  0x69737a6d  }
  420.     pIsZoomed                    = 'pzum';                        {  0x707a756d  }
  421.     pItemNumber                    = 'itmn';                        {  0x69746d6e  }
  422.     pJustification                = 'pjst';                        {  0x706a7374  }
  423.     pLineArrow                    = 'arro';                        {  0x6172726f  }
  424.     pMenuID                        = 'mnid';                        {  0x6d6e6964  }
  425.     pName                        = 'pnam';
  426.  
  427.     pNewElementLoc                = 'pnel';                        {  0x706e656c  }
  428.     pPenColor                    = 'ppcl';                        {  0x7070636c  }
  429.     pPenPattern                    = 'pppa';                        {  0x70707061  }
  430.     pPenWidth                    = 'ppwd';                        {  0x70707764  }
  431.     pPixelDepth                    = 'pdpt';                        {  0x70647074  }
  432.     pPointList                    = 'ptlt';                        {  0x70746c74  }
  433.     pPointSize                    = 'ptsz';                        {  0x7074737a  }
  434.     pProtection                    = 'ppro';                        {  0x7070726f  }
  435.     pRotation                    = 'prot';                        {  0x70726f74  }
  436.     pScale                        = 'pscl';                        {  0x7073636c  }
  437.     pScript                        = 'scpt';                        {  0x73637074  }
  438.     pScriptTag                    = 'psct';                        {  0x70736374  }
  439.     pSelected                    = 'selc';                        {  0x73656c63  }
  440.     pSelection                    = 'sele';                        {  0x73656c65  }
  441.     pStartAngle                    = 'pang';                        {  0x70616e67  }
  442.     pStartPoint                    = 'pstp';                        {  0x70737470  }
  443.     pTextColor                    = 'ptxc';                        {  0x70747863  }
  444.     pTextFont                    = 'ptxf';                        {  0x70747866  }
  445.     pTextItemDelimiters            = 'txdl';                        {  0x7478646c  }
  446.     pTextPointSize                = 'ptps';
  447.  
  448.     pTextStyles                    = 'txst';                        {  0x74787374  }
  449.     pTransferMode                = 'pptm';                        {  0x7070746d  }
  450.     pTranslation                = 'ptrs';                        {  0x70747273  }
  451.     pUniformStyles                = 'ustl';                        {  0x7573746c  }
  452.     pUpdateOn                    = 'pupd';                        {  0x70757064  }
  453.     pUserSelection                = 'pusl';                        {  0x7075736c  }
  454.     pVersion                    = 'vers';                        {  0x76657273  }
  455.     pVisible                    = 'pvis';
  456.  
  457.     typeAEText                    = 'tTXT';                        {  0x74545854  }
  458.     typeArc                        = 'carc';                        {  0x63617263  }
  459.     typeBest                    = 'best';                        {  0x62657374  }
  460.     typeCell                    = 'ccel';                        {  0x6363656c  }
  461.     typeClassInfo                = 'gcli';                        {  0x67636c69  }
  462.     typeColorTable                = 'clrt';                        {  0x636c7274  }
  463.     typeColumn                    = 'ccol';                        {  0x63636f6c  }
  464.     typeDashStyle                = 'tdas';                        {  0x74646173  }
  465.     typeData                    = 'tdta';                        {  0x74647461  }
  466.     typeDrawingArea                = 'cdrw';                        {  0x63647277  }
  467.     typeElemInfo                = 'elin';                        {  0x656c696e  }
  468.     typeEnumeration                = 'enum';                        {  0x656e756d  }
  469.     typeEPS                        = 'EPS ';                        {  0x45505320  }
  470.     typeEventInfo                = 'evin';
  471.  
  472.     typeFinderWindow            = 'fwin';                        {  0x6677696e  }
  473.     typeFixedPoint                = 'fpnt';                        {  0x66706e74  }
  474.     typeFixedRectangle            = 'frct';                        {  0x66726374  }
  475.     typeGraphicLine                = 'glin';                        {  0x676c696e  }
  476.     typeGraphicText                = 'cgtx';                        {  0x63677478  }
  477.     typeGroupedGraphic            = 'cpic';                        {  0x63706963  }
  478.     typeInsertionLoc            = 'insl';                        {  0x696e736c  }
  479.     typeIntlText                = 'itxt';                        {  0x69747874  }
  480.     typeIntlWritingCode            = 'intl';                        {  0x696e746c  }
  481.     typeLongDateTime            = 'ldt ';                        {  0x6c647420  }
  482.     typeLongFixed                = 'lfxd';                        {  0x6c667864  }
  483.     typeLongFixedPoint            = 'lfpt';                        {  0x6c667074  }
  484.     typeLongFixedRectangle        = 'lfrc';                        {  0x6c667263  }
  485.     typeLongPoint                = 'lpnt';                        {  0x6c706e74  }
  486.     typeLongRectangle            = 'lrct';                        {  0x6c726374  }
  487.     typeMachineLoc                = 'mLoc';                        {  0x6d4c6f63  }
  488.     typeOval                    = 'covl';                        {  0x636f766c  }
  489.     typeParamInfo                = 'pmin';                        {  0x706d696e  }
  490.     typePict                    = 'PICT';
  491.  
  492.     typePixelMap                = 'cpix';                        {  0x63706978  }
  493.     typePixMapMinus                = 'tpmm';                        {  0x74706d6d  }
  494.     typePolygon                    = 'cpgn';                        {  0x6370676e  }
  495.     typePropInfo                = 'pinf';                        {  0x70696e66  }
  496.     typeQDPoint                    = 'QDpt';                        {  0x51447074  }
  497.     typeRectangle                = 'crec';                        {  0x63726563  }
  498.     typeRGB16                    = 'tr16';                        {  0x74723136  }
  499.     typeRGB96                    = 'tr96';                        {  0x74723936  }
  500.     typeRGBColor                = 'cRGB';                        {  0x63524742  }
  501.     typeRotation                = 'trot';                        {  0x74726f74  }
  502.     typeRoundedRectangle        = 'crrc';                        {  0x63727263  }
  503.     typeRow                        = 'crow';                        {  0x63726f77  }
  504.     typeScrapStyles                = 'styl';                        {  0x7374796c  }
  505.     typeScript                    = 'scpt';                        {  0x73637074  }
  506.     typeStyledText                = 'STXT';                        {  0x53545854  }
  507.     typeSuiteInfo                = 'suin';                        {  0x7375696e  }
  508.     typeTable                    = 'ctbl';                        {  0x6374626c  }
  509.     typeTextStyles                = 'tsty';
  510.  
  511.     typeTIFF                    = 'TIFF';                        {  0x54494646  }
  512.     typeVersion                    = 'vers';
  513.  
  514.     kBySmallIcon                = 0;
  515.     kByIconView                    = 1;
  516.     kByNameView                    = 2;
  517.     kByDateView                    = 3;
  518.     kBySizeView                    = 4;
  519.     kByKindView                    = 5;
  520.     kByCommentView                = 6;
  521.     kByLabelView                = 7;
  522.     kByVersionView                = 8;
  523.  
  524.     kAEInfo                        = 11;
  525.     kAEMain                        = 0;
  526.     kAESharing                    = 13;
  527.  
  528.     kAEZoomIn                    = 7;
  529.     kAEZoomOut                    = 8;
  530.  
  531.  
  532. TYPE
  533.     WritingCode = RECORD
  534.         theScriptCode:            ScriptCode;
  535.         theLangCode:            LangCode;
  536.     END;
  537.  
  538.     IntlText = RECORD
  539.         theScriptCode:            ScriptCode;
  540.         theLangCode:            LangCode;
  541.         theText:                PACKED ARRAY [0..0] OF CHAR;            { variable length data }
  542.     END;
  543.  
  544.  
  545. {$ALIGN RESET}
  546. {$POP}
  547.  
  548. {$SETC UsingIncludes := AERegistryIncludes}
  549.  
  550. {$ENDC} {__AEREGISTRY__}
  551.  
  552. {$IFC NOT UsingIncludes}
  553.  END.
  554. {$ENDC}
  555.